The following tables list the members exposed by Generic TextItem.
Name | Description | |
---|---|---|
![]() | TextItem Constructor | Overloaded. Constructs a TextItem. |
Name | Description | |
---|---|---|
![]() | Group | Gets the Group object this item belongs to. (Inherited from Item) |
![]() | GroupView | Gets the GroupView control this item belongs to. (Inherited from Item) |
![]() | Icon | Gets or sets the icon shown in the item. (Inherited from TextItem) |
![]() | Multiline | Gets or sets a value indicating whether the item is multiline. (Inherited from TextItem) |
![]() | Selectable | Gets or sets a value that indicates if the item can be selected. (Inherited from Item) |
![]() | SelectedBackColor | Gets the color of the background when the item is selected. (Inherited from Item) |
![]() | Style | Gets or sets the style of the item. (Inherited from TextItem) |
![]() | Tag | Gets or sets an associated object with the item. |
![]() | Text | Gets or sets the item text. (Inherited from TextItem) |
![]() | TransparentColor | Gets or sets the color that should be treated as transparent in the images. (Inherited from TextItem) |
Name | Description | |
---|---|---|
![]() | DrawItem | Draws the item to the graphics object. (Inherited from TextItem) |
![]() | GetHeight | Gets the height of the item. (Inherited from TextItem) |
![]() | Invalidate | Invalidates the UI of the item. (Inherited from Item) |
Name | Description | |
---|---|---|
![]() | NotifyViewOfHeightChange | Call this when the height of the item changes to notify the view. (Inherited from Item) |
![]() | OnActivated | Occurs when an item is Activated. (Inherited from Item) |
![]() | OnViewWidthChanged | Occurs when the width of the view is changed. (Inherited from TextItem) |